home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
germ_roundup.swf
/
scripts
/
DefineButton2_831
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
294 b
|
17 lines
on(release){
if(_global.bHelp == true)
{
this._parent.startPopup.go();
_global.bHelp = false;
if(_global.bMute == false)
{
this._parent.mcMusic.play();
}
this.gotoAndStop("blank");
}
else
{
this.resume();
}
}